Carbon


GetScrapDataProcPtr

Header: Translation.h Carbon status: Supported

typedef OSErr(* GetScrapDataProcPtr) (
    ScrapType requestedFormat, 
    Handle dataH, 
    void *srcDataGetterRefCon
);

You would declare your function like this if you were to name it MyGetScrapDataCallback:

OSErr MyGetScrapDataCallback (
    ScrapType requestedFormat, 
    Handle dataH, 
    void *srcDataGetterRefCon
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)